home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 10 / AACD 10.iso / AACD / Programming / AmigaTalk / Browser / GeneralClasses next >
Text File  |  1998-10-10  |  1KB  |  38 lines

  1. Object:Object.st:Object
  2.  UndefinedObject:UndefinedObject.st:Object
  3.  Symbol:Symbol.st:Object
  4.  Form:Form.st:Object
  5.  Boolean:Boolean.st:Object
  6.   True:True.st:Boolean
  7.   False:False.st:Boolean
  8.  Magnitude:Magnitude.st:Object
  9.   Char:Char.st:Magnitude
  10.   Number:Number.st:Magnitude
  11.    Integer:Integer.st:Number
  12.    Float:Float.st:Number
  13.   Radian:Radian.st:Magnitude
  14.   Point:Point.st:Magnitude
  15.  Pen:Pen.st:Object
  16.   FormPen:Pen.st:Pen
  17.   SavePen:Pen.st:Pen
  18.  ShowPen:Pen.st:Object
  19.  Random:Random.st:Object
  20.  Collection:Collection.st:Object
  21.   Bag:Bag.st:Collection
  22.   Set:Set.st:Collection
  23.   KeyedCollection:KeyedCollection.st:Collection
  24.    Dictionary:Dictionary.st:KeyedCollection
  25.     AmigaTalk:AmigaTalk.st:Dictionary
  26.    SequenceableCollection:SequenceableCollection.st:KeyedCollection
  27.     Interval:Interval.st:SequenceableCollection
  28.     List:List.st:SequenceableCollection
  29.      Semaphore:Semaphore.st:List
  30.     File:File.st:SequenceableCollection
  31.     ArrayedCollection:ArrayedCollection.st:SequenceableCollection
  32.      Array:Array.st:ArrayedCollection
  33.      ByteArray:ByteArray.st:ArrayedCollection
  34.      String:String.st:ArrayedCollection
  35.  Block:Block.st:Object
  36.  Class:Class.st:Object
  37.  Process:Process.st:Object
  38.